Skin GrabZone
Skin SDK: The <grabzone> element
A grabzone defines a zone that can be used to move the VirtualDJ's window if it is not maximized. If no grabzone is defined, any zone that is not a defined element acts as a grabzone.
Attributes: None
Children:
- <pos x="" y=""> : Give the (x,y) position the grab zone will have on the screen. Read further details in Skin Element Position
- <size width="" height=""/> : Give the width and the height that the grab zone will have on the screen. Read further details in Skin Element Position
Example:
<grabzone>
<pos x="0" y="0"/>
<size width="1920" height="30"/>
</grabzone>